-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHRAS-2069: integrate plugin metadataupdater to phraseanet #4417
Conversation
/** @var media_subdef $subdef */ | ||
|
||
if($input->getOption("meta-struct-id") != NULL) { | ||
$meta_struct_id = $input->getOption("meta-struct-id"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sanitize options avant.
on doit pouvoir spécifier --field=<name|id> (pour tous les arguments où c'est utile, ex. --databox=)
break; | ||
} | ||
|
||
foreach ($record->get_subdefs() as $subdef) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pourquoi chercher dans les subdefs ? hormis via substitute, y'a pas de meta inconnues dedans.
close in favor of #4420 |
Changelog
Adds